home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(String(tfFormEmail).indexOf("@") != -1 && String(tfFormName).length != 0)
- {
- keyPressed = 1;
- _parent.cGameWorldHighscore.sPlayersNameForHighscore = tfFormName;
- _parent.cGameWorldHighscore.sPlayersEmailForHighscore = tfFormEmail;
- _parent.cGameWorldHighscore.sPlayersScoreForHighscore = _parent.cGameWorld.iGameScore;
- play();
- }
- }
-